home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Utilities / Random / Commodore 64c / SOURCE / HardDrive.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-25  |  108 b   |  8 lines  |  [TEXT/KAHL]

  1. #ifndef HARDDRIVE_H
  2. #define HARDDRIVE_H
  3.  
  4. void HardInitialize(void);
  5. void HardChangeDirectory(void);
  6.  
  7. #endif
  8.